a, p, ul, li, dl, dt, dd, table, tr, td, div, i, b, span {
    margin: 0;
    padding: 0;
    list-style: none;
    text-decoration: none;
    color: #000;
}

a:hover {
    list-style: none;
    text-decoration: none;
}

#header .bgc {
    background-color: #064d9e;
}

#header .links li {
    float: left;
    margin: 5px 0;
}

#header .links a {
    font-size: 12px;
    margin: 0 19px;
    color: #fff;
}

#header .links i{
    margin-right: 3px;
    color: #fff;
}

#header .logoAd {
    margin-top: 10px;
    padding-bottom: 10px;
    border-bottom: 2px solid #fff;
}

#header .logoAd i {
    font-size: 30px;
    font-weight: 600;
    margin-left: 30px;
    vertical-align: middle;
    color: #fff;
    text-shadow: 0 0 8px #000;
}

#header .logoAd img {
    width: 350px;
    height: 62px;
    vertical-align: middle;
}

#header .logoAd .ad {
    margin-top: 20px;
}

#header .ad p, #header .ad span {
    font-size: 12px;
    color: #fff;
}

#header .ad span {
    font-style: italic;
    display: inline-block;
    overflow: hidden;
    width: 0;
    margin-top: 3px;
    white-space: nowrap;
}

#header .nav {
    border-bottom: 30px solid #007cc2;
}

#header .nav li {
    float: left;
}

#header .nav a {
    font-size: 16px;
    display: inline-block;
    padding: 15px 40px;
    color: #fff;
}

#header .nav a:hover {
    color: #ccc;
}

#header .nav a i {
    font-size: 12px;
    margin-left: 5px;
    color: #fff;
}

#header .banner {
    margin: 3px 0;
}

#header .notication {
    font-size: 16px;
}

#header .notication .col-lg-2 {
    font-size: 14px;
    width: 10%;
}

#header .notication .col-lg-10 {
    width: 90%;
}

#header .notication i {
    display: inline-block;
    width: 16px;
    margin-right: 7px;
}

#header .notication i img {
    width: 100%;
}

.dot {
    display: block;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
}

.dot2, .dot3, .dot4 {
    display: -webkit-box;
    display: box;
    overflow: hidden;
    text-overflow: ellipsis;
    word-break: break-all;
    -webkit-box-orient: vertical;
}

/*2行文本省略号*/
.dot2 {
    -webkit-line-clamp: 2;
}

/*3行文本省略号*/
.dot3 {
    -webkit-line-clamp: 3;
}

/*4行文本省略号*/
.dot4 {
    -webkit-line-clamp: 4;
}

.dongtai-img {
    overflow: hidden;
    width: 100%;
    height: 200px;
}

.dongtai-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.dongtai-bottom {
    padding: 6px 0;
}

.department-con {
    display: flex;
    margin-top: 20px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.department-con .cont {
    display: block;
    margin: 0 8px;
    border-radius: 10px;
}

.cont-box {
    width: 33.33%;
    margin-bottom: 16px;
}

.box-img {
    overflow: hidden;
    width: 100%;
    height: 250px;
}

.box-img img {
    width: 100%;
    height: 100%;
    -webkit-transition: all .3s;
    transition: all .3s;
    object-fit: cover;
}

.box-img-bottom {
    display: flex;
    overflow: hidden;
    height: 60px;
    border: 1px solid #efefef;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-wrap: wrap;
    justify-content: space-between;
}

.box-img-bottom .box-item-left {
    width: 70px;
}

.box-img-bottom .box-item-right {
    width: calc(100% - 70px);
    height: 60px;
    padding: 6px 6px 6px 6px;
    background-color: #fff;
}

.box-img-bottom .box-item-right div {
    line-height: 24px;
}

.home-img-box {
    overflow: hidden;
    width: 100%;
}

.home-img-box img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.cont1 .title {
    margin: 30px 0 30px 0;
    padding: 0 10px 8px 10px;
    border-bottom: 2px solid #e9e9e9;
}

.cont1 a:hover .box-img img {
    -webkit-transition: all .3s;
    transition: all .3s;
    transform: scale(1.2);
}

.cont-box a:hover {
    color: #fff;
}

/*使左侧栏目的padding-right为0*/
.padding-left-0 {
    padding-left: 0;
}

/*使右侧栏目的padding-right为0*/
.padding-right-0 {
    padding-right: 0;
}

/*main*/
#main {
    padding-bottom: 20px;
    background: url('../images/main-bg.jpg') no-repeat center bottom;
}

.zixun .title, .activity .title {
    font-size: 17px;
    padding: 2px 0;
    text-align: center;
    color: #fff;
    border: 1px solid transparent;
    background: url(../images/title.jpg) center center #064d9e;
}

.zixun {
    margin-top: 20px;
}

.zixun .cont {
    padding: 20px 0;
    text-align: center;
}

.zixun .cont p {
    font-family: 'Microsoft Yahei';
    font-size: 16px;
    font-weight: 600;
    margin: 5px 0;
}

.notice {
    margin-top: 60px;
}

.notice .title {
    position: relative;
    margin-bottom: 15px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e9e9e9;
}

.notice strong {
    font-size: 18px;
    margin-right: 15px;
    cursor: pointer;
}

.notice em {
    position: absolute;
    bottom: -2px;
    left: 0;
    height: 2px;
    content: '';
    background-color: #064d9e;
}

.notice .date {
    position: relative;
    padding: 0;
    border-right: 2px solid #9a9b9d;
}

.notice .cont {
    position: relative;
    display: none;
}

.notice li {
    margin-bottom: 10px;
    padding: 0;
    background-color: #ebecee;
}

.notice li:after {
    display: block;
    clear: both;
    content: '';
}

.notice .date p {
    font-size: 14px;
}

.notice .date span {
    font-size: 18px;
}

.notice li.hover {
    background-color: #c8d7ea;
}

.notice .date.hover {
    border-right-color: #83a4c7;
}

.notice a.hover, .notice .date p.hover, .notice .date span.hover {
    color: #064d9e;
}

.notice .more {
    position: absolute;
    top: -54px;
    right: 0;
}

.activity {
    margin-top: 20px;
}

.activity .cont {
    padding: 15px 0;
    border: 1px solid #e5e5e5;
    border-top: none;
    background: url(../images/cont.jpg) right center;
}

.activity ul::after {
    display: block;
    clear: both;
    content: '';
}

.activity li {
    margin: 15px 0;
    text-align: center;
}

.activity li p:hover {
    color: #064d9e;
}

.introduced {
    margin: 60px 0 0 0;
    padding: 10px;
    border-radius: 5px;
    background: url(../images/cont.jpg) right center;
}

.introduced .title, .cont2 .title {
    padding-bottom: 8px;
    border-bottom: 2px solid #e9e9e9;
}

.introduced .title strong, .cont1 .title strong, .cont2 .title strong, .cont3 .title strong {
    font-size: 18px;
    position: relative;
}

.notice .more a, .introduced .title a, .cont1 .title a, .cont2 .title a, .cont3 .more a {
    display: inline-block;
    float: right;
    width: 20px;
    height: 20px;
    margin-top: 5px;
    color: #72706f;
    background: url('../images/more.png') no-repeat center center;
}

.introduced .title a:hover, .cont1 .title a:hover, .cont3 .title a:hover {
    color: #064d9e;
}

.introduced .cont {
    margin: 15px 0;
}

.introduced .cont p {
    line-height: 200%;
}

.introduced .title strong::before, .cont1 .title strong::before, .cont2 .title strong::before {
    position: absolute;
    bottom: -11px;
    width: 110%;
    height: 2px;
    content: '';
    background-color: #064d9e;
}

.cont1 .date {
    line-height: 25px;
    position: relative;
    padding: 5px 0;
    border-right: 2px solid #e9e9e9;
    background: #fff;
}

.cont1 .date p {
    font-size: 14px;
}

.cont1 .date span {
    font-size: 18px;
    color: #064d9e;
}

.cont1 a {
    display: inline-block;
}

.cont1 .cont {
    margin: 10px 0;
    border: 1px solid #e9e9e9;
}

.cont2 a:hover {
    color: #064d9e;
}

.cont1 .l, .cont2 .l {
    float: left;
    width: 49%;
    margin-right: 2%;
    padding: 2% 2% 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: url(../images/cont.jpg) right center;
}

.cont1 .r, .cont2 .r {
    float: left;
    width: 49%;
    padding: 2% 2% 0;
    border: 1px solid #ddd;
    border-radius: 5px;
    background: url(../images/cont.jpg) right center;
}

.cont1 .model {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    background-color: #064d9e;
}

.cont1 .model.hover {
    transition: all .3s;
    opacity: .5;
}

.cont2, .cont3 {
    margin-top: 20px;
}

.cont2 ul {
    padding-bottom: 15px;
}

.cont2 li {
    padding: 15px 0 0;
}

.cont3 .title {
    border-bottom: 2px solid #e9e9e9;
}

.cont3 strong {
    display: inline-block;
    padding: 8px 10px;
    cursor: pointer;
    border: 1px solid #e9e9e9;
    border-bottom: none;
}

.cont3 strong.hover {
    color: #fff;
    background-color: #064d9e;
}

.cont3 .title a {
    margin-top: 15px;
}

.cont3 .group {
    position: relative;
    margin: 20px 0 180px;
}

.cont3 .cont {
    float: left;
    width: 22%;
    margin: 0 2%;
    transition: all .3s;
    border-bottom: 5px solid #064d9e;
    background-color: #fff;
    box-shadow: 1px 3px 8px transparent;
}

.cont3 .cont:hover {
    transition: all .3s;
    box-shadow: 1px 3px 8px #000;
}

.cont3 .cont p {
    font-size: 16px;
    overflow-y: hidden;
    padding: 10px;
    text-align: center;
}

.cont3 .cont p.hover {
    color: #be4d49;
}

.cont3 .cont img {
    width: 100%;
}

.cont3 .more {
    position: absolute;
    top: -54px;
    right: 0;
}

/*模块样式*/
.article {
    min-height: 700px;
    margin-top: 40px;
}

.article .location {
    font-size: 16px;
    padding-bottom: 10px;
    border-bottom: 2px solid #e5e5e5;
}

.article .location a:hover {
    color: #064d9e;
}

.article h3 {
    font-size: 22px;
    font-weight: 600;
    margin-bottom: 25px;
    text-align: center;
}

.article h4, .article .time {
    margin-top: 0;
    text-align: center;
}

.article .time {
    margin-bottom: 20px;
    padding-bottom: 10px;
    border-bottom: #ddd solid 1px;
}

.article .read_content {
    font-size: 16px;
    line-height: 190%;
    margin-bottom: 20px;
    padding: 0 15px;
}

.article .read_content table {
    margin: 0 auto;
    text-align: center;
    text-indent: 0;
}

.pic_option {
    text-align: center;
    text-indent: 0;
}

.pagination_btn {
    margin: 20px 0;
    text-align: center;
}

.pagination {
    margin-bottom: 10px;
}

.pagination a, .pagination .current {
    padding: 5px 10px;
    border: 1px solid #064d9e;
    border-radius: 5px;
}

.pagination a:hover {
    color: #fff;
    background-color: #064d9e;
}

.pagination  .current {
    color: #fff;
    background-color: #064d9e;
}

.pagination span, .pagination a {
    margin-right: 5px;
}

/*footer*/
#footer {
    padding: 30px 0;
    border-top: 5px solid #cdaf74;
    background: url('../images/footer-bg.jpg') no-repeat center center #0a4e99;
}

#footer p {
    margin: 10px 0;
    color: #fff;
}

#footer .layoutLeft dl {
    float: left;
    margin: 0 15px;
}

#footer .layoutLeft dl dt img {
    width: 110px;
}

#footer .layoutLeft dl dd {
    margin-top: 3px;
    color:#fff;
    text-align: center;
}

/*Marquee*/
.Marquee a {
    margin-right: 30px;
}

.Marquee a:hover {
    color: #be4d49;
}

.navbar-header {
    background-color: #064d9e;
}

.text-center {
    text-align: center;
}

.btn {
    font-size: 12px;
    font-weight: normal;
    line-height: 1.42857143;
    display: inline-block;
    margin-bottom: 0;
    padding: 6px 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    text-align: center;
    vertical-align: middle;
    white-space: nowrap;
    border: 1px solid transparent;
    border-radius: 4px;
    background-image: none;
    -ms-touch-action: manipulation;
    touch-action: manipulation;
}

.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus {
    outline: thin dotted;
    outline: 0 auto -webkit-focus-ring-color;
    outline-offset: -2px;
}

/*.btn.active.focus {outline: thin dotted;outline: 5px auto -webkit-focus-ring-color;outline-offset: -2px;}*/
.btn:hover, .btn:focus, .btn.focus {
    text-decoration: none;
}

/*.btn.focus {color: #333;text-decoration: none;}*/
.btn:active, .btn.active {
    outline: 0;
    background-image: none;
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn.disabled, .btn[disabled], fieldset[disabled] .btn {
    cursor: not-allowed;
    opacity: .65;
    -webkit-box-shadow: none;
    box-shadow: none;
    filter: alpha(opacity=65);
}

a.btn.disabled, fieldset[disabled] a.btn {
    pointer-events: none;
}

/*按钮样式1*/
.btn-default {
    color: #333;
    border-color: #ccc;
    outline: 0;
    background-color: #fff;
}

.btn-default:focus, .btn-default.focus {
    color: #333;
    border-color: #8c8c8c;
    outline: 0;
    background-color: #e6e6e6;
}

.btn-default:hover {
    color: #333;
    border-color: #adadad;
    outline: 0;
    background-color: #e6e6e6;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    color: #333;
    border-color: #adadad;
    outline: 0;
    background-color: #e6e6e6;
}

.btn-default:active:hover, .btn-default.active:hover, .open > .dropdown-toggle.btn-default:hover, .btn-default:active:focus, .btn-default.active:focus, .open > .dropdown-toggle.btn-default:focus, .btn-default:active.focus, .btn-default.active.focus, .open > .dropdown-toggle.btn-default.focus {
    color: #333;
    border-color: #8c8c8c;
    background-color: #d4d4d4;
}

.btn-default:active, .btn-default.active, .open > .dropdown-toggle.btn-default {
    background-image: none;
}

.btn-default.disabled, .btn-default[disabled], fieldset[disabled] .btn-default, .btn-default.disabled:hover, .btn-default[disabled]:hover, fieldset[disabled] .btn-default:hover, .btn-default.disabled:focus, .btn-default[disabled]:focus, fieldset[disabled] .btn-default:focus, .btn-default.disabled.focus, .btn-default[disabled].focus, fieldset[disabled] .btn-default.focus, .btn-default.disabled:active, .btn-default[disabled]:active, fieldset[disabled] .btn-default:active, .btn-default.disabled.active, .btn-default[disabled].active, fieldset[disabled] .btn-default.active {
    border-color: #ccc;
    background-color: #fff;
}

.btn-default .badge {
    color: #fff;
    background-color: #333;
}

/*按钮样式2*/
.btn-primary {
    color: #fff;
    border-color: #0192ed;
    outline: 0;
    background-color: #0192ed;
}

.btn-primary:focus, .btn-primary.focus {
    color: #fff;
    border-color: #0874b4;
    outline: 0;
    background-color: #0874b4;
}

.btn-primary:hover {
    color: #fff;
    border-color: #0874b4;
    outline: 0;
    background-color: #0874b4;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    color: #fff;
    border-color: #085f95;
    background-color: #085f95;
}

.btn-primary:active:hover, .btn-primary.active:hover, .open > .dropdown-toggle.btn-primary:hover, .btn-primary:active:focus, .btn-primary.active:focus, .open > .dropdown-toggle.btn-primary:focus, .btn-primary:active.focus, .btn-primary.active.focus, .open > .dropdown-toggle.btn-primary.focus {
    color: #fff;
    border-color: #085f95;
    background-color: #085f95;
}

.btn-primary:active, .btn-primary.active, .open > .dropdown-toggle.btn-primary {
    background-image: none;
}

.btn-primary.disabled, .btn-primary[disabled], fieldset[disabled] .btn-primary, .btn-primary.disabled:hover, .btn-primary[disabled]:hover, fieldset[disabled] .btn-primary:hover, .btn-primary.disabled:focus, .btn-primary[disabled]:focus, fieldset[disabled] .btn-primary:focus, .btn-primary.disabled.focus, .btn-primary[disabled].focus, fieldset[disabled] .btn-primary.focus, .btn-primary.disabled:active, .btn-primary[disabled]:active, fieldset[disabled] .btn-primary:active, .btn-primary.disabled.active, .btn-primary[disabled].active, fieldset[disabled] .btn-primary.active {
    border-color: #79c0eb;
    background-color: #79c0eb;
}

.btn-primary .badge {
    color: #337ab7;
    background-color: #fff;
}

/*按钮样式3*/
.btn-danger {
    color: #fff;
    border-color: #f74a28;
    outline: 0;
    background-color: #f74a28;
}

.btn-danger:focus, .btn-danger.focus {
    color: #fff;
    border-color: #9c0909;
    outline: 0;
    background-color: #9c0909;
}

.btn-danger:hover {
    color: #fff;
    border-color: #d64124;
    background-color: #d64124;
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    color: #fff;
    border-color: #9c0909;
    outline: 0;
    background-color: #9c0909;
}

.btn-danger:active:hover, .btn-danger.active:hover, .open > .dropdown-toggle.btn-danger:hover, .btn-danger:active:focus, .btn-danger.active:focus, .open > .dropdown-toggle.btn-danger:focus, .btn-danger:active.focus, .btn-danger.active.focus, .open > .dropdown-toggle.btn-danger.focus {
    color: #fff;
    border-color: #761c19;
    background-color: #ac2925;
}

.btn-danger:active, .btn-danger.active, .open > .dropdown-toggle.btn-danger {
    background-image: none;
}

.btn-danger.disabled, .btn-danger[disabled], fieldset[disabled] .btn-danger, .btn-danger.disabled:hover, .btn-danger[disabled]:hover, fieldset[disabled] .btn-danger:hover, .btn-danger.disabled:focus, .btn-danger[disabled]:focus, fieldset[disabled] .btn-danger:focus, .btn-danger.disabled.focus, .btn-danger[disabled].focus, fieldset[disabled] .btn-danger.focus, .btn-danger.disabled:active, .btn-danger[disabled]:active, fieldset[disabled] .btn-danger:active, .btn-danger.disabled.active, .btn-danger[disabled].active, fieldset[disabled] .btn-danger.active {
    border-color: #d43f3a;
    background-color: #d9534f;
}

.btn-danger .badge {
    color: #d9534f;
    background-color: #fff;
}

/*按钮样式4*/
.btn-success {
    color: #fff;
    border-color: #4cae4c;
    background-color: #5cb85c;
}

.btn-success:focus, .btn-success.focus {
    color: #fff;
    border-color: #255625;
    background-color: #449d44;
}

.btn-success:hover {
    color: #fff;
    border-color: #398439;
    background-color: #449d44;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    color: #fff;
    border-color: #398439;
    background-color: #449d44;
}

.btn-success:active:hover, .btn-success.active:hover, .open > .dropdown-toggle.btn-success:hover, .btn-success:active:focus, .btn-success.active:focus, .open > .dropdown-toggle.btn-success:focus, .btn-success:active.focus, .btn-success.active.focus, .open > .dropdown-toggle.btn-success.focus {
    color: #fff;
    border-color: #255625;
    background-color: #398439;
}

.btn-success:active, .btn-success.active, .open > .dropdown-toggle.btn-success {
    background-image: none;
}

.btn-success.disabled, .btn-success[disabled], fieldset[disabled] .btn-success, .btn-success.disabled:hover, .btn-success[disabled]:hover, fieldset[disabled] .btn-success:hover, .btn-success.disabled:focus, .btn-success[disabled]:focus, fieldset[disabled] .btn-success:focus, .btn-success.disabled.focus, .btn-success[disabled].focus, fieldset[disabled]
.btn-success.focus, .btn-success.disabled:active, .btn-success[disabled]:active, fieldset[disabled] .btn-success:active, .btn-success.disabled.active, .btn-success[disabled].active, fieldset[disabled] .btn-success.active {
    border-color: #4cae4c;
    background-color: #5cb85c;
}

.btn-success .badge {
    color: #5cb85c;
    background-color: #fff;
}

/*按钮样式5*/
.btn-info {
    color: #fff;
    border-color: #46b8da;
    background-color: #5bc0de;
}

.btn-info:focus, .btn-info.focus {
    color: #fff;
    border-color: #1b6d85;
    background-color: #31b0d5;
}

.btn-info:hover {
    color: #fff;
    border-color: #269abc;
    background-color: #31b0d5;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    color: #fff;
    border-color: #269abc;
    background-color: #31b0d5;
}

.btn-info:active:hover, .btn-info.active:hover, .open > .dropdown-toggle.btn-info:hover, .btn-info:active:focus, .btn-info.active:focus, .open > .dropdown-toggle.btn-info:focus, .btn-info:active.focus, .btn-info.active.focus, .open > .dropdown-toggle.btn-info.focus {
    color: #fff;
    border-color: #1b6d85;
    background-color: #269abc;
}

.btn-info:active, .btn-info.active, .open > .dropdown-toggle.btn-info {
    background-image: none;
}

.btn-info.disabled, .btn-info[disabled], fieldset[disabled] .btn-info, .btn-info.disabled:hover, .btn-info[disabled]:hover, fieldset[disabled] .btn-info:hover, .btn-info.disabled:focus, .btn-info[disabled]:focus, fieldset[disabled] .btn-info:focus, .btn-info.disabled.focus, .btn-info[disabled].focus, fieldset[disabled] .btn-info.focus, .btn-info.disabled:active, .btn-info[disabled]:active, fieldset[disabled] .btn-info:active, .btn-info.disabled.active, .btn-info[disabled].active, fieldset[disabled] .btn-info.active {
    border-color: #46b8da;
    background-color: #5bc0de;
}

.btn-info .badge {
    color: #5bc0de;
    background-color: #fff;
}

/*按钮样式6*/
.btn-warning {
    color: #fff;
    border-color: #eea236;
    background-color: #f0ad4e;
}

.btn-warning:focus, .btn-warning.focus {
    color: #fff;
    border-color: #985f0d;
    background-color: #ec971f;
}

.btn-warning:hover {
    color: #fff;
    border-color: #d58512;
    background-color: #ec971f;
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    color: #fff;
    border-color: #d58512;
    background-color: #ec971f;
}

.btn-warning:active:hover, .btn-warning.active:hover, .open > .dropdown-toggle.btn-warning:hover, .btn-warning:active:focus, .btn-warning.active:focus, .open > .dropdown-toggle.btn-warning:focus, .btn-warning:active.focus, .btn-warning.active.focus, .open > .dropdown-toggle.btn-warning.focus {
    color: #fff;
    border-color: #985f0d;
    background-color: #d58512;
}

.btn-warning:active, .btn-warning.active, .open > .dropdown-toggle.btn-warning {
    background-image: none;
}

.btn-warning.disabled, .btn-warning[disabled], fieldset[disabled] .btn-warning, .btn-warning.disabled:hover, .btn-warning[disabled]:hover, fieldset[disabled] .btn-warning:hover, .btn-warning.disabled:focus, .btn-warning[disabled]:focus, fieldset[disabled] .btn-warning:focus, .btn-warning.disabled.focus, .btn-warning[disabled].focus, fieldset[disabled] .btn-warning.focus, .btn-warning.disabled:active, .btn-warning[disabled]:active, fieldset[disabled] .btn-warning:active, .btn-warning.disabled.active, .btn-warning[disabled].active, fieldset[disabled] .btn-warning.active {
    border-color: #eea236;
    background-color: #f0ad4e;
}

.btn-warning .badge {
    color: #f0ad4e;
    background-color: #fff;
}

.btn-link {
    font-weight: normal;
    color: #337ab7;
    border-radius: 0;
}

.btn-link, .btn-link:active, .btn-link.active, .btn-link[disabled], fieldset[disabled] .btn-link {
    background-color: transparent;
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn-link, .btn-link:hover, .btn-link:focus, .btn-link:active {
    border-color: transparent;
}

.btn-link:hover, .btn-link:focus {
    text-decoration: underline;
    color: #23527c;
    background-color: transparent;
}

.btn-link[disabled]:hover, fieldset[disabled] .btn-link:hover, .btn-link[disabled]:focus, fieldset[disabled] .btn-link:focus {
    text-decoration: none;
    color: #777;
}

.btn-lg, .btn-group-lg > .btn {
    font-size: 18px;
    line-height: 1.3333333;
    padding: 10px 16px;
    border-radius: 5px;
}

.btn-sm, .btn-group-sm > .btn {
    font-size: 12px;
    line-height: 1.5;
    padding: 5px 10px;
    border-radius: 3px;
}

.btn-xs, .btn-group-xs > .btn {
    font-size: 12px;
    line-height: 1.5;
    padding: 1px 5px;
    border-radius: 3px;
}

.btn-block {
    display: block;
    width: 100%;
}

.btn-block + .btn-block {
    margin-top: 5px;
}

input[type='submit'].btn-block, input[type='reset'].btn-block, input[type='button'].btn-block {
    width: 100%;
}

.fade {
    -webkit-transition: opacity .15s linear;
    -o-transition: opacity .15s linear;
    transition: opacity .15s linear;
    opacity: 0;
}

.fade.in {
    opacity: 1;
}

.collapse {
    display: none;
}

.collapse.in {
    display: block;
}

tr.collapse.in {
    display: table-row;
}

tbody.collapse.in {
    display: table-row-group;
}

.collapsing {
    position: relative;
    overflow: hidden;
    height: 0;
    -webkit-transition-timing-function: ease;
    -o-transition-timing-function: ease;
    transition-timing-function: ease;
    -webkit-transition-duration: .35s;
    -o-transition-duration: .35s;
    transition-duration: .35s;
    -webkit-transition-property: height, visibility;
    -o-transition-property: height, visibility;
    transition-property: height, visibility;
}

.caret {
    display: inline-block;
    width: 0;
    height: 0;
    margin-left: 2px;
    vertical-align: middle;
    border-top: 4px dashed;
    border-top: 4px solid \9;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
}

.dropup, .dropdown {
    position: relative;
}

.dropdown-toggle:focus {
    outline: 0;
}

.dropdown-menu {
    font-size: 14px;
    position: absolute;
    z-index: 1000;
    top: 100%;
    left: 0;
    display: none;
    float: left;
    min-width: 160px;
    margin: 2px 0 0;
    padding: 5px 0;
    list-style: none;
    text-align: left;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: 4px;
    background-color: #fff;
    -webkit-background-clip: padding-box;
    background-clip: padding-box;
    -webkit-box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
    box-shadow: 0 6px 12px rgba(0, 0, 0, .175);
}

.dropdown-menu.pull-right {
    right: 0;
    left: auto;
}

.dropdown-menu .divider {
    overflow: hidden;
    height: 1px;
    margin: 9px 0;
    background-color: #e5e5e5;
}

.dropdown-menu > li > a {
    font-weight: normal;
    line-height: 1.42857143;
    display: block;
    clear: both;
    padding: 3px 20px;
    cursor: pointer;
    white-space: nowrap;
    color: #333;
}

.dropdown-menu > li > a:hover, .dropdown-menu > li > a:focus {
    text-decoration: none;
    color: #262626;
    background-color: #f5f5f5;
}

.dropdown-menu > .active > a, .dropdown-menu > .active > a:hover, .dropdown-menu > .active > a:focus {
    text-decoration: none;
    color: #fff;
    outline: 0;
    background-color: #337ab7;
}

.dropdown-menu > .disabled > a, .dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    color: #777;
}

.dropdown-menu > .disabled > a:hover, .dropdown-menu > .disabled > a:focus {
    cursor: not-allowed;
    text-decoration: none;
    background-color: transparent;
    background-image: none;
    filter: progid:DXImageTransform.Microsoft.gradient(enabled = false);
}

.open > .dropdown-menu {
    display: block;
}

.open > a {
    outline: 0;
}

.dropdown-menu-right {
    right: 0;
    left: auto;
}

.dropdown-menu-left {
    right: auto;
    left: 0;
}

.dropdown-header {
    font-size: 12px;
    line-height: 1.42857143;
    display: block;
    padding: 3px 20px;
    white-space: nowrap;
    color: #777;
}

.dropdown-backdrop {
    position: fixed;
    z-index: 990;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
}

.center {
    text-align: center;
}

.pull-right > .dropdown-menu {
    right: 0;
    left: auto;
}

.dropup .caret, .navbar-fixed-bottom .dropdown .caret {
    content: '';
    border-top: 0;
    border-bottom: 4px dashed;
    border-bottom: 4px solid \9;
}

.dropup .dropdown-menu, .navbar-fixed-bottom .dropdown .dropdown-menu {
    top: auto;
    bottom: 100%;
    margin-bottom: 2px;
}

.btn-group, .btn-group-vertical {
    position: relative;
    display: inline-block;
    vertical-align: middle;
}

.btn-group > .btn, .btn-group-vertical > .btn {
    position: relative;
    float: left;
}

.btn-group > .btn:hover, .btn-group-vertical > .btn:hover, .btn-group > .btn:focus, .btn-group-vertical > .btn:focus, .btn-group > .btn:active, .btn-group-vertical > .btn:active, .btn-group > .btn.active, .btn-group-vertical > .btn.active {
    z-index: 2;
}

.btn-group .btn + .btn, .btn-group .btn + .btn-group, .btn-group .btn-group + .btn, .btn-group .btn-group + .btn-group {
    margin-left: -1px;
}

.btn-toolbar {
    margin-left: -5px;
}

.btn-toolbar .btn, .btn-toolbar .btn-group, .btn-toolbar .input-group {
    float: left;
}

.btn-toolbar > .btn, .btn-toolbar > .btn-group, .btn-toolbar > .input-group {
    margin-left: 5px;
}

.btn-group > .btn:not(:first-child):not(:last-child):not(.dropdown-toggle) {
    border-radius: 0;
}

.btn-group > .btn:first-child {
    margin-left: 0;
}

.btn-group > .btn:first-child:not(:last-child):not(.dropdown-toggle) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn:last-child:not(:first-child), .btn-group > .dropdown-toggle:not(:first-child) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group > .btn-group {
    float: left;
}

.btn-group > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.btn-group > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group .dropdown-toggle:active, .btn-group.open .dropdown-toggle {
    outline: 0;
}

.btn-group > .btn + .dropdown-toggle {
    padding-right: 8px;
    padding-left: 8px;
}

.btn-group > .btn-lg + .dropdown-toggle {
    padding-right: 12px;
    padding-left: 12px;
}

.btn-group.open .dropdown-toggle {
    -webkit-box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, .125);
}

.btn-group.open .dropdown-toggle.btn-link {
    -webkit-box-shadow: none;
    box-shadow: none;
}

.btn .caret {
    margin-left: 0;
}

.btn-lg .caret {
    border-width: 5px 5px 0;
    border-bottom-width: 0;
}

.dropup .btn-lg .caret {
    border-width: 0 5px 5px;
}

.btn-group-vertical > .btn, .btn-group-vertical > .btn-group, .btn-group-vertical > .btn-group > .btn {
    display: block;
    float: none;
    width: 100%;
    max-width: 100%;
}

.btn-group-vertical > .btn-group > .btn {
    float: none;
}

.btn-group-vertical > .btn + .btn, .btn-group-vertical > .btn + .btn-group, .btn-group-vertical > .btn-group + .btn, .btn-group-vertical > .btn-group + .btn-group {
    margin-top: -1px;
    margin-left: 0;
}

.btn-group-vertical > .btn:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.btn-group-vertical > .btn:first-child:not(:last-child) {
    border-top-right-radius: 4px;
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn:last-child:not(:first-child) {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
    border-bottom-left-radius: 4px;
}

.btn-group-vertical > .btn-group:not(:first-child):not(:last-child) > .btn {
    border-radius: 0;
}

.btn-group-vertical > .btn-group:first-child:not(:last-child) > .btn:last-child, .btn-group-vertical > .btn-group:first-child:not(:last-child) > .dropdown-toggle {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
}

.btn-group-vertical > .btn-group:last-child:not(:first-child) > .btn:first-child {
    border-top-left-radius: 0;
    border-top-right-radius: 0;
}

.btn-group-justified {
    display: table;
    width: 100%;
    table-layout: fixed;
    border-collapse: separate;
}

.btn-group-justified > .btn, .btn-group-justified > .btn-group {
    display: table-cell;
    float: none;
    width: 1%;
}

.btn-group-justified > .btn-group .btn {
    width: 100%;
}

.btn-group-justified > .btn-group .dropdown-menu {
    left: auto;
}

[data-toggle='buttons'] > .btn input[type='radio'], [data-toggle='buttons'] > .btn-group > .btn input[type='radio'], [data-toggle='buttons'] > .btn input[type='checkbox'], [data-toggle='buttons'] > .btn-group > .btn input[type='checkbox'] {
    position: absolute;
    clip: rect(0, 0, 0, 0);
    pointer-events: none;
}

.input-group {
    position: relative;
    display: table;
    border-collapse: separate;
}

.input-group[class*='col-'] {
    float: none;
    padding-right: 0;
    padding-left: 0;
}

.input-group .form-control {
    position: relative;
    z-index: 2;
    float: left;
    width: 100%;
    margin-bottom: 0;
}

.input-group-lg > .form-control, .input-group-lg > .input-group-addon, .input-group-lg > .input-group-btn > .btn {
    font-size: 18px;
    line-height: 1.3333333;
    height: 46px;
    padding: 10px 16px;
    border-radius: 6px;
}

select.input-group-lg > .form-control, select.input-group-lg > .input-group-addon, select.input-group-lg > .input-group-btn > .btn {
    line-height: 46px;
    height: 46px;
}

textarea.input-group-lg > .form-control, textarea.input-group-lg > .input-group-addon, textarea.input-group-lg > .input-group-btn > .btn, select[multiple].input-group-lg > .form-control, select[multiple].input-group-lg > .input-group-addon, select[multiple].input-group-lg > .input-group-btn > .btn {
    height: auto;
}

.input-group-sm > .form-control, .input-group-sm > .input-group-addon, .input-group-sm > .input-group-btn > .btn {
    font-size: 12px;
    line-height: 1.5;
    height: 30px;
    padding: 5px 10px;
    border-radius: 3px;
}

select.input-group-sm > .form-control, select.input-group-sm > .input-group-addon, select.input-group-sm > .input-group-btn > .btn {
    line-height: 30px;
    height: 30px;
}

textarea.input-group-sm > .form-control, textarea.input-group-sm > .input-group-addon, textarea.input-group-sm > .input-group-btn > .btn, select[multiple].input-group-sm > .form-control, select[multiple].input-group-sm > .input-group-addon, select[multiple].input-group-sm > .input-group-btn > .btn {
    height: auto;
}

.input-group-addon, .input-group-btn, .input-group .form-control {
    display: table-cell;
}

.input-group-addon:not(:first-child):not(:last-child), .input-group-btn:not(:first-child):not(:last-child), .input-group .form-control:not(:first-child):not(:last-child) {
    border-radius: 0;
}

.input-group-addon, .input-group-btn {
    width: 1%;
    vertical-align: middle;
    white-space: nowrap;
}

.input-group-addon {
    font-size: 14px;
    font-weight: normal;
    line-height: 1;
    padding: 6px 12px;
    text-align: center;
    color: #555;
    border: 1px solid #ccc;
    border-radius: 4px;
    background-color: #eee;
}

.input-group-addon.input-sm {
    font-size: 12px;
    padding: 5px 10px;
    border-radius: 3px;
}

.input-group-addon.input-lg {
    font-size: 18px;
    padding: 10px 16px;
    border-radius: 6px;
}

.input-group-addon input[type='radio'], .input-group-addon input[type='checkbox'] {
    margin-top: 0;
}

.input-group .form-control:first-child, .input-group-addon:first-child, .input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group > .btn, .input-group-btn:first-child > .dropdown-toggle, .input-group-btn:last-child > .btn:not(:last-child):not(.dropdown-toggle), .input-group-btn:last-child > .btn-group:not(:last-child) > .btn {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
}

.input-group-addon:first-child {
    border-right: 0;
}

.input-group .form-control:last-child, .input-group-addon:last-child, .input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group > .btn, .input-group-btn:last-child > .dropdown-toggle, .input-group-btn:first-child > .btn:not(:first-child), .input-group-btn:first-child > .btn-group:not(:first-child) > .btn {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
}

.input-group-addon:last-child {
    border-left: 0;
}

.input-group-btn {
    font-size: 0;
    position: relative;
    white-space: nowrap;
}

.input-group-btn > .btn {
    position: relative;
}

.input-group-btn > .btn + .btn {
    margin-left: -1px;
}

.input-group-btn > .btn:hover, .input-group-btn > .btn:focus, .input-group-btn > .btn:active {
    z-index: 2;
}

.input-group-btn:first-child > .btn, .input-group-btn:first-child > .btn-group {
    margin-right: -1px;
}

.input-group-btn:last-child > .btn, .input-group-btn:last-child > .btn-group {
    z-index: 2;
    margin-left: -1px;
}

.m0 {
    margin: 0 !important;
}

.ml1 {
    margin-left: 1px !important;
}

.ml2 {
    margin-left: 2px !important;
}

.ml5 {
    margin-left: 5px !important;
}

.ml10 {
    margin-left: 10px !important;
}

.ml20 {
    margin-left: 20px !important;
}

.mr1 {
    margin-right: 1px !important;
}

.mr2 {
    margin-right: 2px !important;
}

.mr5 {
    margin-right: 5px !important;
}

.mr10 {
    margin-right: 10px !important;
}

.mr20 {
    margin-right: 20px;
}

.mt1 {
    margin-top: 1px !important;
}

.mt2 {
    margin-top: 2px !important;
}

.mt5 {
    margin-top: 5px !important;
}

.mt10 {
    margin-top: 10px !important;
}

.mt20 {
    margin-top: 20px !important;
}

.mb1 {
    margin-bottom: 1px !important;
}

.mb2 {
    margin-bottom: 2px !important;
}

.mb5 {
    margin-bottom: 5px !important;
}

.mb10 {
    margin-bottom: 10px !important;
}

.mb20 {
    margin-bottom: 20px !important;
}

.mb30 {
    margin-bottom: 20px !important;
}

.ml-1 {
    margin-left: -1px !important;
}

.mt-1 {
    margin-top: -1px !important;
}

.mt30 {
    margin-top: 30px !important;
}

.mt40 {
    margin-top: 40px !important;
}

.mt50 {
    margin-top: 50px !important;
}

.p0 {
    padding: 0;
}

.p1 {
    padding: 1px;
}

.pl1 {
    padding-left: 1px;
}

.pt1 {
    padding-top: 1px;
}

.pr1 {
    padding-right: 1px;
}

.pb1 {
    padding-bottom: 1px;
}

.p2 {
    padding: 2px;
}

.pl2 {
    padding-left: 2px;
}

.pt2 {
    padding-top: 2px !important;
}

.pr2 {
    padding-right: 2px;
}

.pb2 {
    padding-bottom: 2px;
}

.pl5 {
    padding-left: 5px;
}

.p5 {
    padding: 5px;
}

.pt5 {
    padding-top: 5px !important;
}

.pr5 {
    padding-right: 5px;
}

.pb5 {
    padding-bottom: 5px;
}

.p10 {
    padding: 10px !important;
}

.pl10 {
    padding-left: 10px;
}

.pt10 {
    padding-top: 10px !important;
}

.pr10 {
    padding-right: 10px !important;
}

.pb10 {
    padding-bottom: 10px;
}

.p20 {
    padding: 20px;
}

.pl20 {
    padding-left: 20px;
}

.pt20 {
    padding-top: 20px !important;
}

.pt50 {
    padding-top: 50px !important;
}

.pr20 {
    padding-right: 20px !important;
}

.pb20 {
    padding-bottom: 20px !important;
}

.pb30 {
    padding-bottom: 30px !important;
}

.pb40 {
    padding-bottom: 40px !important;
}

.pb50 {
    padding-bottom: 50px !important;
}

.pt15 {
    padding-top: 15px !important;
}

.pb15 {
    padding-bottom: 15px !important;
}

.pl15 {
    padding-left: 15px !important;
}

.pr15 {
    padding-right: 15px !important;
}

.mt15 {
    margin-top: 15px !important;
}

.mb15 {
    margin-bottom: 15px !important;
}

.ml15 {
    margin-left: 15px !important;
}

.mr15 {
    margin-right: 15px !important;
}

.g0 {
    color: #000;
}

.g3 {
    color: #333;
}

.g6 {
    color: #666;
}

.g9 {
    color: #999;
}

.wh {
    color: white;
}

.f0 {
    font-size: 0;
}

.f10 {
    font-size: 10px;
    -webkit-text-size-adjust: none;
}

.f11 {
    font-size: 11px;
    -webkit-text-size-adjust: none;
}

.f12 {
    font-size: 12px !important;
}

.f13 {
    font-size: 13px !important;
}

.f14 {
    font-size: 14px !important;
}

.f16 {
    font-size: 16px !important;
}

.f20 {
    font-size: 20px !important;
}

.f24 {
    font-size: 24px !important;
}

@media (min-width:768px) {
    .navbar-right .dropdown-menu {
        right: 0;
        left: auto;
    }

    .navbar-right .dropdown-menu-left {
        right: auto;
        left: 0;
    }

    .padding-right-0 {
        padding-right: 0;
    }

    .home-img-box {
        margin: 0;
    }

    .introduced .cont p {
        line-height: 200%;
        margin: 10px;
        text-align: justify;
    }

    .cont1 .title strong {
        font-size: 20px;
    }

    .introduced .title strong {
        font-size: 20px;
    }

    .introduced {
        margin: 20px 0 10px;
    }
}

@media (max-width:768px) {
     .logoAdMoblie {
        padding: 10px 0;
    }

    .logoAdMoblie i {
        font-size: 16px;
    }

    #header .links li {
        width: 25%;
        text-align: center;
    }

    #header .links a {
        margin: 0;
    }

    .logoAdMoblie {
        padding: 20px 0;
    }

    .logoAdMoblie i {
        font-size: 20px;
        font-weight: 600;
        display: inline-block;
        margin-top: 8px;
        color: #fff;
        text-shadow: 0 0 8px #000;
    }

    #header .nav li {
        width: 33.33%;
        padding: 10px 0;
        text-align: center;
    }

    #header .nav a {
        padding: 0;
    }

    #header .banner img {
        width: 100%;
        height: 100%;
    }

    #header .notication .col-lg-2 {
        float: left;
        width: 35%;
    }

    #header .notication .col-lg-10 {
        float: left;
        width: 65%;
        height: 20px !important;
    }

    #main > .container > .row {
        display: -webkit-flex;
        display: flex;
        -webkit-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .padding-left-0 {
        padding-left: 15px;
    }

    .padding-right-0 {
        margin: 0 10px;
        -webkit-order: -1;
        order: -1;
    }

    .introduced {
        margin: 20px 0 40px;
    }

    .introduced .cont .photo {
        text-align: center;
    }

    .cont1 .l, .cont2 .l, .cont1 .r, .cont2 .r {
        width: 100%;
    }

    .cont1 .r, .cont2 .r {
        margin-top: 40px;
    }

    .cont3 .cont {
        width: 46%;
        margin-bottom: 2%;
    }

    .cont3 .group {
        margin: 20px 0 0;
    }

    .notice {
        margin-top: 40px;
    }

    #footer {
        height: auto;
    }

    #footer .cont p {
        margin-bottom: 5px;
        text-align: center;
    }

    .cont-box {
        width: 50%;
        margin-bottom: 16px;
    }

    .article {
        width: 100%;
        padding: 0 10px;
    }

    .article img {
        width: 100% !important;
        height: auto !important;
    }

    #footer .layoutLeft dl {
        width:31%;
        margin:1%;
    }

    #footer .layoutLeft dl dt img {
        width: 100%;
    }

    .box-img {
        height: 150px;
    }

    .home-img-box{
        width: auto;
    }

}